ArcFM Responder Mobile Developer Guide
InsertGlobalIdRecordRequest Constructor(ReplicationObjectInformation[])






Syntax
'Declaration
 
Public Function New( _
   ByVal replicationObjectInformation() As ReplicationObjectInformation _
)
'Usage
 
Dim replicationObjectInformation() As ReplicationObjectInformation
 
Dim instance As New InsertGlobalIdRecordRequest(replicationObjectInformation)
public InsertGlobalIdRecordRequest( 
   ReplicationObjectInformation[] replicationObjectInformation
)
public InsertGlobalIdRecordRequest( 
    replicationObjectInformation: ReplicationObjectInformationarray of
); 
public function InsertGlobalIdRecordRequest( 
   replicationObjectInformation : ReplicationObjectInformation[]
);
public: InsertGlobalIdRecordRequest( 
   ReplicationObjectInformation*[]* replicationObjectInformation
)
public:
InsertGlobalIdRecordRequest( 
   array<ReplicationObjectInformation^>^ replicationObjectInformation
)

Parameters

replicationObjectInformation
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InsertGlobalIdRecordRequest Class
InsertGlobalIdRecordRequest Members
Overload List

Send Feedback